LiveKit is an open-source software publisher that provides scalable, WebRTC-based real-time communication infrastructure, and its single catalog entry—LiveKit CLI—acts as the gateway for developers who need to control, test, and automate that stack from the command line. Built in Go and distributed as a compact binary, the tool exposes every administrative, provisioning, and observability function of the LiveKit cloud or self-hosted cluster: rooms can be created, listed, or deleted; participant metadata, track permissions, and egress recordings can be queried or modified; JWT access tokens can be generated with fine-grained claims; and load-testing scenarios can be fired off to simulate thousands of concurrent publishers and subscribers. Typical workflows include CI pipelines that spin up ephemeral conference rooms for integration tests, DevOps scripts that rotate API keys and webhook secrets, support engineers who replay problematic sessions by downloading raw RTP dumps, and broadcast studios that batch-launch egress jobs to pipe WebRTC streams into RTMP endpoints or S3 buckets. Because the CLI is kept in lock-step with the LiveKit server releases, its subcommands are considered the canonical reference for new platform features such as adaptive streaming, end-to-end encryption, or SIP/RTP bridging. LiveKit CLI is available for free on get.nero.com, where downloads are delivered through trusted Windows package sources like winget, always install the latest version, and can be queued alongside any number of additional applications for unattended batch installation.

LiveKit CLI

Command line interface to LiveKit

Details